.down_wrap_sxlx {
    display: none;
}
.down_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 14;
    display: none;
}
.down_del_con {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.down_wrap .down {
    width: 5.74rem;
    height: 8.04rem;
    /* background: #FFFFFF; */
    border-radius: .16rem;
    /* margin: 1.22rem auto 0; */
}
.down_wrap .down img {
    width: 100%;
    /* margin-bottom: .74rem; */
    margin-top: -0.02rem;
    margin-bottom: -0.02rem;
}
.down_wrap .down p {
    color: #333333;
    font-size: .36rem;
    margin-bottom: .2rem;
    text-align: center;
}
.down_wrap .down .down_text {
    width: 3.34rem;
    height: .88rem;
    background: #24C27D;
    border-radius: .44rem;
    text-align: center;
    line-height: .88rem;
    color: #FFFFFF;
    font-size: .34rem;
    margin: .56rem auto 0;
}
.down_wrap .close {
    width: .64rem;
    height: .64rem;
    /* background: url(../assets/images/down_close.png) no-repeat center; */
    background: url('//img.58cdn.com.cn/dist/jxedt/h5/m_new/img/down_close4.png') no-repeat center;
    background-size: 100%;
    margin: .56rem auto 0;
}
.down_bottom {
    width: 100% !important;
    height: 0.26rem !important; 
    /* background: url('//img.58cdn.com.cn/dist/jxedt/h5/m_new/img/down_home_down.png') no-repeat center;
    background-size: cover; */
}
.best_explaincon {
    position: relative;
}
.downLoadBox {
    position: absolute;
    top: -50px;
    right: 0;
}
.downLoadBox .imgBox {
    position: relative;
    width: 220px;
    height: 62px;
}
.downLoadBox .img_top {
    width: 160px;
    height: 62px;
    position: absolute;
    right: 15px;
}
.downLoadBox .down_button {
    /* background: url('//j2.58cdn.com.cn/dist/jxedt/h5/products/m/images/downLoadBox-bgc1.png') no-repeat left; */
    width: 220px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    animation: xintiao 800ms linear infinite alternate;
}
.downLoadBox .down_button .down_btn {
    width: 160px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 15px;
    /* left: 50%;
    transform: translateX(-50%); */
    color: #FFFFFF;
    background: #24C27D;
    box-shadow: 0px 2px 4px 0px rgba(36, 194, 125, 0.2);
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}
.downLoadBox .down_button .down_bgc {
    position: absolute;
    left: -15px;
    width: 100px;
    height: 32px;
    z-index: 1;
}
.downLoadBox .down_button .down_bgc img {
    width: 100px;
    height: 100%;
}
@keyframes xintiao {
    to {
        transform: scale(0.7);
        /* left: 50%; */
        /* margin-left: -2.53rem; */
    }
}